@charset "utf-8";
/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
html{
	min-width:100%; 
	min-height:100%; 
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
h1, h2, h3, h4, h5, h6{font-size:12px;}
legend{display:none;}
textarea,input,button{outline:none;}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table{border-collapse:collapse;border-spacing:0;}
img{vertical-align: bottom;}
ul, li{ list-style-type: none; }
em{ font-style:normal;}
body{
	font-family:"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
    line-height: 1;
	font-size:12px;
	behavior:url("csshover.htc")/*解决IE6不支持hover的问题*/;
	cursor:default;
    /*overflow-x:hidden;*/
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*文本选择的高亮效果*/
::selection{background:#9b3735; color:#fff;}
::-moz-selection{background:#9b3735; color:#fff;}
::-webkit-selection{background:#9b3735; color:#fff;}
/*文本占位符颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.placeholder{color: #999;}

/*原子类*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left: auto;margin-right: auto;}
.fl{float:left;display:inline;} 
.fr{float:right;display:inline;}
.clearfix:after{
	content:"."; 
	display:block;
	height:0;
	line-height:0; 
	clear:both;
	visibility:hidden;
	}
.clearfix{zoom:1;/*IE6/7*/}
.hide{ display:none;}
.b{ border:1px solid #000000;}
.w{ border:1px solid #ffffff;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f23{font-size:23px;}
.f24{font-size:24px;}
.f25{font-size:25px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.block{ display:block;}
.inline-block{display:inline-block; *display:inline;}
.fw-bold{ font-weight:bold;}
.fw-normal{ font-weight:normal;}
.fs-normal{ font-style: normal;}
.ellipsis{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  }
.lh36{line-height:36px;}
.lh24{line-height:24px;}
.c-white{ color:#fff;}
.c-blue{ color:#0373cc;}
.c-red{color:#C03;}
.c-gray{color:#666;}
.gray-border{ border:1px solid #eaeaea;}
.pointer{ cursor:pointer;}
.Arial{font-family:Arial, Helvetica, sans-serif;}
.over-hidden{overflow:hidden;}
.pos-r{position:relative;}
.pos-a{position:absolute;}
.pos-f{position: fixed;}
.z100{z-index: 100;}
.z200{z-index: 200;}
.z300{z-index: 300;}
.z400{z-index: 400;}
.z500{z-index: 500;}
.z600{z-index: 600;}
.z700{z-index: 700;}
.z800{z-index: 800;}
.z900{z-index: 900;}
.z1000{z-index: 1000;}
.v-middle{vertical-align: middle;}
/*竖排-从右到左*/
.vertical-rl{
  -webkit-writing-mode:vertical-rl;
  writing-mode:vertical-rl;
  writing-mode:tb-rl\9;
}
/*竖排-从左到右 ie6-10不兼容 建议少用*/
.vertical-lr{
  -webkit-writing-mode:vertical-lr;
  writing-mode:vertical-lr;
  writing-mode:lr-tb\9;
}

.triangle-right{
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent transparent #008091;
  border-style: dashed dashed dashed solid;
}


 
/*a*/
a{blr:expression(this.onFocus=this.blur())/*IE下*/; transition:color ease-in-out .2s/*IE10+、Firefox、chrome、Opera*/;} 
a:focus{outline:none;}/*FF下*/
a:link{color:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color:#f36c1c;text-decoration:none;}

/*网页宽度*/
.w1920{
  width:1920px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.w1002{
  width:1002px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -501px;
}


/*Header*/
.site-top{
  height: 14px;
  background-color: #333;
}
#header{
  height: 35px;
  line-height: 35px;
  background-color: #3b5999;
}
#header a.c-white{color:#fff;}
.logo{
  margin-top: -5px;
  width: 175px;
  height: 96px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat center center;
}
.logo a{
  display: block;
  width: 175px;
  height: 96px;
}

/*Banner*/
.banner-scroll{
  height: 303px;
  overflow: hidden;
	}
.banner-scroll{background-color: #121212;}
.banner-arrow{
 width: 50px;
 height: 50px;
 position: absolute;
 top: 42%;
 z-index: 100;
 background-image: url(images/banner_arrow.png);
 background-repeat: no-repeat;
 cursor: pointer;
 visibility: hidden;
}
.banner-scroll:hover .banner-arrow{visibility: visible;}
.banner-prev{background-position: 0 0; left: 10px;}
.banner-next{background-position: -50px 0; right: 10px;}


/*Content*/
.content{
  width:1002px;
  position:relative;
  top: 0;
  left: 50%;
  margin-left: -501px;
  padding:20px 0 0 0;
}

/*Search*/
.search-form{
  /*inline-block去掉空白距离方法*/
  word-spacing: -1px;
  font-size: 0;
}
.search-text{
 width: 395px;
 height: 29px;
 line-height: 29px;
 padding: 0 0 0 10px;
 font-size: 12px;
 font-family:"Microsoft YaHei";
 border: 2px solid #3b5999;
}
.search-btn{
  width: 60px;
  height: 33px;
  *line-height: 25px;
  border: 2px solid #3b5999;
  background-color: #3b5999;
  color: #fff;
  font-size: 13px;
  *border: 0;
  font-family:"Microsoft YaHei";
  cursor: pointer;
}

.search-keywords a{
  font-size: 12px;
  color: #b2b2b2; 
  margin-right: 8px;
}
.search-keywords a:hover{
  color: #f36b1a;
}

/*Filter*/
.filter-box{
  border-top: 1px solid #cfd3de;
}
.filter-row{
  font-size: 13px;
  min-height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #d1d2d7;
}
.filter-row-title{
  display: inline-block;
  width: 80px;
  color: #666666;
  vertical-align: middle;
}
.check-boxBg{width: 910px;vertical-align: middle;}
.check-box{
	margin-left: 30px;
  width: auto;
  *padding: 0 20px 0 0;
  position: relative;
}
.img-row .check-box{
  width: auto;
}
.check-box label{
  color: #42588a;
  cursor: pointer; 
  margin-right: 5px;
  vertical-align: middle;
}
.check-box img,
.check-box input,
.icheckbox-blue{
  vertical-align: middle;
}
.icheckbox-blue{
  *display: inline;
  *position: absolute;
  *top: 14px;
}

/*E-journal*/
.e-journal{
  height: auto;
  /*padding:15px 0;
  line-height: 150px;*/
  border-top: 1px solid #dde6f8;
  border-bottom: 1px solid #dde6f8;
  background-color: #fafbfd;
}
.e-journal-title{
	/*display:inline-block;*/
	height: 150px;
    line-height: 150px;
	}
.e-journal-scroll{padding-top: 10px;}
a.e-link{
  /*margin-left: 30px;*/
  display: block;
  width: 110px;
  height: 130px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  color: #42588a;
}
a.e-link:hover{text-decoration: underline;}

/*About*/
.about{}
.about-title{
  height: 92px;
  line-height: 92px;
  background: url(images/index_6.jpg) no-repeat center center;
}
.about-content{
  padding: 25px 0;
  line-height: 24px;
  font-size: 12px;
  color:#666;
}
/*News*/
.news{}
.news-title{
  height: 58px;
  border-bottom: 2px solid #3b5999;
}
.news-title span{
  display: inline-block;
  height: 58px;
  border-bottom: 2px solid #f47930;
}
.news-content{
  padding: 40px 0 0 0;
}
.news-left{
  width: 490px;
}
.news-headline{
  width: 480px;
  font-weight: bold;
  font-size: 14px;
}
.news-summary{
  color: #b3b3b3;
  font-size: 12px;
  line-height: 20px;
}
a.news-more{
  display: inline-block;
  background-color: #3b5999;
  height: 34px;
  line-height: 34px;
  padding: 0 30px;
  color: #fff;
  font-size: 12px;
}
a.news-more:hover{
  background-color: #f47930;
}
.news-right{width: 495px;}
.news-right li{
  margin-top: 5px;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px dotted #d1d2d7;
}
.news-order{
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #b3b3b3;
}
.news-right-content{width: 410px;}
.news-right-headline{
  width: 410px;
  font-weight: bold;
  font-size: 14px;
}

/*Sidebar*/
.sidebar{width:230px; height:auto; background-color:#fafafa;}
.sidebarTitle{
	width:230px; 
	height:40px;
	line-height:40px;
	text-align:center; 
	font-size:17px; 
	color:#fff;
	background: linear-gradient(top,#0b89d4,#1d5db0);
	background: -webkit-linear-gradient(top,#0b89d4,#1d5db0);
	background: -moz-linear-gradient(top,#0b89d4,#1d5db0);
	background: -ms-linear-gradient(top,#0b89d4,#1d5db0);
	background: -o-linear-gradient(top,#0b89d4,#1d5db0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b89d4', endColorstr='#1d5db0'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b89d4', endColorstr='#1d5db0')"; /* IE8 */
	}
.sidebarContent{
	width:228px; 
	height:auto; 
	padding:5px 0 10px 0;
	border:1px solid #eee;
	}
  .items{height:auto;}
  .items li{
	  margin:0 auto;
	  width:210px; 
	  height:43px;
	  padding:3px 0 0 0; 
	  border-bottom:1px solid #eeeeee; 
	  
	  }
  .items li a{
	  display:block; 
	  width:210px; 
	  height:40px; 
	  line-height:40px;
	  font-size:14px; 
	  text-align:center;
	  text-overflow:ellipsis;
	  white-space:nowrap;
	  overflow:hidden;
	  }
  .items li a:link{color:#333;text-decoration:none;}
  .items li a:visited{color:#333;text-decoration:none;}
  .items li a:hover,.items li a.active{color:#0c85d1;text-decoration:none; font-weight:bold; background-color:#f4f5f3;}
  .items li a.default{color:#333; font-weight:normal; background-color:transparent;}
  
  /*产品分类*/	
  .items li.firstLevel{}
  .items li.firstLevel a{
	  text-align:left; 
	  text-indent:25px;
	  font-size:12px; 
	  font-weight:bold;
	  }
  .items li.secondLevel{
	  width:210px;
	  height:25px;
	  margin-top:3px;
	  background:#f6f8f8 url(images/dot_1.png) no-repeat 10% center;
	  border-bottom:0 none;
	  }
  .items li.secondLevel a{
	  display:block;
	  width:210px;
	  height:25px;
	  line-height:25px;
	  font-size:12px;
	  text-align:left;
	  text-indent:35px;
	  }  
  .items li.secondLevel a:link{color:#4e4c4c;text-decoration:none;}
  .items li.secondLevel a:visited{color:#4e4c4c;text-decoration:none;}
  .items li.secondLevel a:hover,.items li.secondLevel a.active{
	  color:#336699;
	  text-decoration:underline;
	  font-weight:normal !important;
	  background:none;
	  }

/*right*/
.right{width:710px; height:auto;}
  .right_title{
	  width:710px; 
	  height:37px; 
	  line-height:37px;
      border-bottom:1px solid #dbdbdb;
	  overflow:hidden;
	  }
    .tit{
		font-size:16px; 
		margin:0 0 0 10px;
		letter-spacing:1px; 
		color:#0093dd; 
		}
    .location{ margin:0 15px 0 0;}
	
  .right_content{width:690px; height:auto; line-height:24px; padding:25px 10px 15px 10px; overflow:hidden;}
  .right_content p{margin-bottom:12px;}
  .right_content img{max-width:100%;}
  .right_content _img{width:100%;}
  .rightContact{width:100%; min-height:213px; _height:213px; background:url(images/contact.png) no-repeat right center;}
  .noInfo{width:100%;height:300px;line-height:300px;text-align:center;font-size:34px;}
  
  /*照片墙*/
  .image_gallery{overflow:hidden; font-size: 12px;}
  .image_gallery li{margin:15px 0 0 10px;float:left;display:inline;}
   .ig_bg{
	   width:200px; 
	   height:150px; 
	   border:1px solid #e9eaec; 
	   background-color:#f1f3e5;
	   }
	.pro_ig_bg{
	   width:185px; 
	   height:250px;
	   line-height:250px;
	   text-align:center;
	   border:1px solid #e9eaec; 
	   background-color:#f1f3e5;
     -webkit-transition: all ease-in-out 0.3s;
     -o-transition: all ease-in-out 0.3s;
     transition: all ease-in-out 0.3s;
	   }
	.pro_ig_bg img{max-width:100%; vertical-align: middle;}
	.pro_ig_bg _img{width:100%; vertical-align: middle;}
	.pro_ig_bg:hover{
		 box-shadow:0 0 5px #999;
		}
   .ig_bg:hover{background-color:#ecede5; opacity:0.8; filter:alpha(opacity=80);}
  
  .newsItems{padding-bottom:10px;}
	.news_lists{border-bottom: 1px dotted #736f64;line-height:35px; height:35px;}
	
	/*新闻最终页*/
  .new_banner{
	  width:100%;
	  height:28px;
	  line-height:28px;
	  margin:15px 0;
	  background-color:#eeeeee;
	  }
	.pubTime{display:inline-block;}
  .browse{margin-left:20px;}
  .bottom_line{height:10px;border-top:1px dotted #bebdbd;width:100%;margin-top:20px;} 
  .goBack{color:#7b0002;margin-right:10px;margin-top:10px;}
  

/*Footer*/
.fatFooter{
 background-color: #333;
 padding: 20px 0;
 line-height: 24px;
 color: #fff;
 font-size: 12px;
}
.fatFooter a{color: #fff;}
.fatFooter a:hover{text-decoration: underline;}
#footer{}

/*浮动导航*/
.fixed-nav{
  width: 55px;
  position: fixed;
  top: 20%;
  right: 20px;
  z-index: 900;
}
.fixed-nav-link{
  display: block;
  width: 55px;
  height: 55px;
  font-size: 14px;
  background-color: #b3b3b3;
  color: #fff !important;
  border-bottom: 1px solid #bbb;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  /*overflow: hidden;*/
}
.fixed-nav-link:hover{
  background-color: #3b5999;
  border-bottom: 1px solid #3b5999;
  color: #fff;
}
.nav-icon{
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.nav-qrcode{
  /*width: 100px;*/
  height: 150px;
  position: absolute;
  right: 55px;
  cursor: default;
  display: none;
}

/*ie6 hack about position*/
* html, * html body {
  background-image: url(about:blank);/*设置空图片，清除跳变效果*/
  background-attachment: fixed;
}
* html .fixed-nav{
  position: absolute;
  bottom: auto;
  top: expression(100+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
}

/*分页*/
.page{ height:50px; line-height:50px; text-align:center;}
.page_turner{padding:4px 0px 0px 1px; display:inline-block;}
.page_turner a, .page_turner span{ display:inline-block;border:1px solid #3b5999;padding:3px 7px;margin-left:4px;line-height:14px;}
.page_turner a:link, .page_turner a:visited{text-decoration:none;}
.page_turner a:hover, .page_turner a.c{background:#3b5999;color:#fff}

